Eclipse Platform
Pre-release 3.0

org.eclipse.ui.editors.text
Class UISynchronizationContext

java.lang.Object
  extended byorg.eclipse.ui.editors.text.UISynchronizationContext
All Implemented Interfaces:
ISynchronizationContext

public class UISynchronizationContext
extends Object
implements ISynchronizationContext

Synchronization context for file buffers whose documents are shown in the UI. The synchronization runnable is executed in the UI thread.

Since:
3.0

Constructor Summary
UISynchronizationContext()
           
 
Method Summary
 void run(Runnable runnable)
          Executes the given runnable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISynchronizationContext

public UISynchronizationContext()
Method Detail

run

public void run(Runnable runnable)
Description copied from interface: ISynchronizationContext
Executes the given runnable.

Specified by:
run in interface ISynchronizationContext
Parameters:
runnable - the runnable to be executed

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.